$(document).ready(function(){var e=$("[data-related-blog-articles]");if(0!==e.length){let a=["blog-article-card","blog-article-card-list"];e.each(function(){var e=$(this),t=JSON.parse(e.attr("data-related-articles"));new Vue({el:e.get(0),template:e.get(0).outerHTML,data:function(){return{readyToRender:!1,articles:t}},mounted:function(){var e=this;window.vueComponentRegistrar.onComponentsRegistered(a,function(){e.readyToRender=!0})}})})}});!function(){var e="blog-article-card-list";$(document).ready(function(){var i=$(`[data-vue-component="${e}"]`);0!==i.length&&(i=i.html(),Vue.component(e,{props:["list","carousel-on-mobile","alignment"],template:i,data:function(){return{$slickSlider:null,renderMobileCarousel:void 0!==this.carouselOnMobile&&this.carouselOnMobile+""=="true"}},computed:{totalCards:function(){return this.list?this.list.length:0},hasSlickSlider:function(){return null!==this.$slickSlider&&void 0!==this.$slickSlider}},methods:{initSlickSlider:function(){var i=this,e=$(i.$refs.carouselContainer),t=$(i.$refs.actionsHolder).find("[data-actions-container]").first();i.$slickSlider=e.createSlickSlider(!1,!0),window.slickSliderActions.init(t,i.$slickSlider)}},created:function(){},mounted:function(){this.renderMobileCarousel&&this.initSlickSlider()}}),window.vueComponentRegistrar.registerComponent(e))})}();!function(){var n="blog-article-card";$(document).ready(function(){var t=$(`[data-vue-component="${n}"]`);0!==t.length&&(t=t.html(),Vue.component(n,{props:["card"],template:t,data:function(){return{}},computed:{},methods:{},created:function(){},mounted:function(){}}),window.vueComponentRegistrar.registerComponent(n))})}();window.slickSliderActions={init:function(o,i){i.on("beforeChange",function(t,i,n,a){o.find(`button[data-slide-to="${a}"]`).click()});var n=o.find("button[data-slide-to]");n.each(function(){$(this).on("click",function(){var t=parseInt($(this).attr("data-slide-to"));i.slick("slickGoTo",t),n.each(function(){$b=$(this),parseInt($b.attr("data-slide-to"))===t?$b.addClass("active"):$b.removeClass("active")})}.bind(this))})}};